set CCAS and CCASFLAGS to get automake 1.6 compatibility without breaking
authorJames Henstridge <james@daa.com.au>
Mon, 11 Mar 2002 07:40:16 +0000 (07:40 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Mon, 11 Mar 2002 07:40:16 +0000 (07:40 +0000)
2002-03-11  James Henstridge  <james@daa.com.au>

* configure.in: set CCAS and CCASFLAGS to get automake 1.6
compatibility without breaking things for people using 1.4.

configure.in

index ff49a9c17841487f90b4c216aad846f6f62cdbdb..93ce83d65775ddc96ad1c78ed7215281a7755d55 100644 (file)
@@ -104,11 +104,16 @@ AM_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
-dnl Set AS and ASFLAGS so that automake 1.5 will be happy
+dnl XXXX Hack: Set AS and ASFLAGS so that automake 1.5 will be happy
 AS="\${CC}"
 ASFLAGS="\${CFLAGS}"
 AC_SUBST(AS)
 AC_SUBST(ASFLAGS)
+dnl XXXX Hack: Set CCAS and CCASFLAGS so that automake 1.6 will be happy
+CCAS="\${CC}"
+CCASFLAGS="\${CFLAGS}"
+AC_SUBST(CCAS)
+AC_SUBST(CCASFLAGS)
 
 dnl Initialize maintainer mode
 AM_MAINTAINER_MODE